queue expose translations after the actual pixel copy
authorAlexander Larsson <alexl@redhat.com>
Sun, 8 Feb 2009 12:10:42 +0000 (13:10 +0100)
committerAlexander Larsson <alex@localhost.localdomain>
Thu, 2 Apr 2009 08:16:28 +0000 (10:16 +0200)
commit184dbd5782088b7d73503d64419cdfec70438b99
treeecd3600478867d8eaab7cab6042d54f12024bf30
parentfb3032af04ef1adae0457325c3ad85c6eb24280d
queue expose translations after the actual pixel copy

The expose translation is useful for tracking how outstanding
invalid (exposed on server) areas are copied, and how we need to
compensate for that on the client side to redraw the right area.

So, we should queue the translation at the time we actually move
the bits on the server side, not when moving the window on the
client side.

Also, clean up some naming of parameters.
gdk/gdkwindow.c